home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
omnia201.iso
/
mondo3d
/
compo.dir
/
00006_Script_prepara i cursori
< prev
next >
Wrap
Text File
|
2000-10-30
|
795b
|
25 lines
on preparemovie
repeat with cursori = 27 to 31
set the cursor of sprite cursori to 280
end repeat
set the cursor of sprite 12 to 260
set the cursor of sprite 14 to 260
set the cursor of sprite 16 to 260
set the cursor of sprite 18 to 260
-- cambia i cursori dei links
repeat with ncurso = 117 to 120
set the cursor of sprite ncurso to 280
end repeat
-- cambia i cursori del pop animazioni
repeat with scurso = 61 to 64
set the cursor of sprite scurso to 280
end repeat
-- cambia i cursori del pop schede
repeat with scurso = 67 to 71
set the cursor of sprite scurso to 280
end repeat
-- cambia i cursori del pop manipolazione
repeat with scurso = 75 to 79
set the cursor of sprite scurso to 280
end repeat
end